home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / 2000.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  162 b   |  11 lines

  1. on exitFrame
  2.   global twoflag
  3.   if twoflag = 0 then
  4.     go(#loop)
  5.     set twoflag to 1
  6.   else
  7.     go(#loop)
  8.     set the timeoutScript to "twoscript"
  9.   end if
  10. end
  11.